body {
	font-family: 'Chivo', 'Microsoft YaHei', 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'Chivo';
	font-weight: normal;
	font-style: normal;
	src: url('../css/fonts/Chivo-Regular.eot');
	src: local('Chivo Regular'), local('Chivo-Regular'), url('../css/fonts/Chivo-Regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Chivo-Regular.woff2') format('woff2'), url('../css/fonts/Chivo-Regular.woff') format('woff'), url('../css/fonts/Chivo-Regular.ttf') format('truetype'), url('../css/fonts/Chivo-Regular.svg#Chivo-Regular') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Chivo-Light';
	font-weight: 300;
	font-style: normal;
	src: url('../css/fonts/Chivo-Light.eot');
	src: local('Chivo Light'), local('Chivo-Light'), url('../css/fonts/Chivo-Light.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Chivo-Light.woff2') format('woff2'), url('../css/fonts/Chivo-Light.woff') format('woff'), url('../css/fonts/Chivo-Light.ttf') format('truetype'), url('../css/fonts/Chivo-Light.svg#Chivo-Light') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Butler';
	font-weight: normal;
	font-style: normal;
	src: url('../css/fonts/Butler.eot');
	src: local('Butler'), url('../css/fonts/Butler.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Butler.woff2') format('woff2'), url('../css/fonts/Butler.woff') format('woff'), url('../css/fonts/Butler.ttf') format('truetype'), url('../css/fonts/Butler.svg#Butler') format('svg');
	font-display: swap;
}

@font-face {
	font-family: 'Butler-Bold';
	font-weight: bold;
	font-style: normal;
	src: url('../css/fonts/Butler-Bold.eot');
	src: local('Butler Bold'), local('Butler-Bold'), url('../css/fonts/Butler-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Butler-Bold.woff2') format('woff2'), url('../css/fonts/Butler-Bold.woff') format('woff'), url('../css/fonts/Butler-Bold.ttf') format('truetype'), url('../css/fonts/Butler-Bold.svg#Butler-Bold') format('svg');
	font-display: swap;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

li,
ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

a[data-fancybox] {
	outline: none;
}

a[data-fancybox] img {
	outline: none !important;
}

img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

img[data-lazy] {
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

img.lazy {
	min-width: 1px;
	min-height: 1px;
	background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

.slick-slide {
	outline: none;
}

.slick-slide a {
	outline: none !important;
}

.BMapLabel {
	max-width: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
	}
}

@media (min-width: 1200px) {
	.wow {
		visibility: hidden;
	}
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.transform-0 {
	-webkit-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	transform: translate(0) !important;
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*img*/

.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	font-family: 'Butler-Bold';
	font-size: 16px;
	line-height: 38px;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #848484;
	border: solid 1px #dcdcdc;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 1469px) {
	.page li a {
		margin: 0 5px;
	}
}

@media (max-width: 991px) {
	.page li a {
		font-size: 13px;
		line-height: 30px;
		width: 30px;
		height: 30px;
		margin: 0 3px;
	}
}

.page li:hover a {
	color: #fff;
	border: 1px solid #0454b0;
	background-color: #0454b0;
}

.page .active a {
	color: #fff;
	border: 1px solid #0454b0;
	background-color: #0454b0;
}

.page .prev a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	content: '\e61c';
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.page .prev a:before {
		font-size: 15px;
	}
}

.page .next a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	content: '\e61f';
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.page .next a:before {
		font-size: 15px;
	}
}


/*table*/

.table-box {
	overflow: auto;
	width: 100%;
	max-width: 100%;
}

.table-box table {
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-box table tr,
.table-box table td,
.table-box table th {
	width: auto !important;
	height: auto !important;
	color: #666;
}

.table-box table td,
.table-box table th {
	font-size: 15px;
	font-weight: normal;
	padding: 10px !important;
	vertical-align: middle;
	border: 1px solid #eee !important;
}

@media (max-width: 767px) {
	.table-box table td,
	.table-box table th {
		font-size: 14px;
	}
}

.table-box table tr p,
.table-box table tr span {
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.table-box table th {
	text-align: center;
}

.table-box .table-nav {
	overflow: hidden;
}

.table-box .table-content {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 300px;
	max-height: 42vh;
}

.zoomDiv {
	z-index: 999;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (max-width: 1199px) {
	.zoomDiv {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 20;
	cursor: move;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}

@media (max-width: 1199px) {
	.zoomMask {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}

@media (max-width: 1199px) {
	.skiptranslate iframe {
		display: none;
	}
	.google-translation .skiptranslate {
		display: inline-block;
	}
	body {
		top: 0 !important;
	}
}


/*nav*/

.header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.header {
		height: 70px;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	}
}

.header .language_box {
	margin-top: 39px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .language_box {
		margin-top: 24px;
		margin-right: 40px;
	}
}

@media (max-width: 480px) {
	.header .language_box {
		margin-right: 30px;
	}
}

@media (max-width: 350px) {
	.header .language_box {
		margin-right: 20px;
	}
}

.header .language {
	position: relative;
	float: right;
	margin: 28px 30px 0 30px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .language {
		margin: 18px 20px 0 20px;
	}
}

@media (max-width: 480px) {
	.header .language {
		margin: 22px 10px 0 10px;
	}
}

@media (max-width: 350px) {
	.header .language {
		margin: 22px 5px 0 5px;
	}
}

.header .language ul li {
	display: block;
}

.header .language ul li a {
	font-size: 16px;
	line-height: 44px;
	display: block;
	width: 44px;
	height: 44px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #222;
	border-radius: 50%;
	background-color: #eee;
}

@media (max-width: 1199px) {
	.header .language ul li a {
		font-size: 14px;
		line-height: 36px;
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 480px) {
	.header .language ul li a {
		font-size: 13px;
		line-height: 28px;
		width: 28px;
		height: 28px;
	}
}

.header .language ul li a:hover {
	color: #fff;
	background-color: #0454b0;
}

.header .shopcart {
	margin-left: 30px;
}

@media (max-width: 480px) {
	.header .shopcart {
		margin-left: 10px;
	}
}

.header .shopcart .shopcart_icon .cart_total {
	font-size: 16px;
	font-weight: normal;
	line-height: 100px;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #222;
}

@media (max-width: 1199px) {
	.header .shopcart .shopcart_icon .cart_total {
		font-size: 15px;
		line-height: 70px;
	}
}

@media (max-width: 370px) {
	.header .shopcart .shopcart_icon .cart_total {
		font-size: 13px;
	}
}

.header .shopcart .shopcart_icon .cart_total:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
	content: '\e87a';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.header .shopcart .shopcart_icon .cart_total:before {
		font-size: 22px;
	}
}

@media (max-width: 370px) {
	.header .shopcart .shopcart_icon .cart_total:before {
		font-size: 20px;
	}
}

.header .top-nav .container {
	position: relative;
}

.header .logo {
	float: left;
	height: 70px;
	margin-top: 15px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media (max-width: 1199px) {
	.header .logo {
		height: 55px;
		margin-top: 7px;
	}
}

@media (max-width: 370px) {
	.header .logo {
		height: 50px;
		margin-top: 10px;
	}
}

@media (max-width: 350px) {
	.header .logo {
		height: 40px;
		margin-top: 15px;
		margin-left: -5px;
	}
}

.header .logo a {
	position: relative;
	z-index: 2;
	display: block;
	height: 100%;
}

.header .logo a img {
	display: inline-block;
	height: 100%;
}

.header .find {
	float: right;
	cursor: pointer;
}

.header .find:hover:before {
	color: #0454b0;
}

.header .find:before {
	font-family: 'iconfont' !important;
	font-size: 25px;
	font-style: normal;
	line-height: 100px;
	display: block;
	content: '\e651';
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.header .find:before {
		font-size: 20px;
		line-height: 70px;
	}
}

@media (max-width: 370px) {
	.header .find:before {
		font-size: 18px;
	}
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(0, 0, 0, .95);
}

.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.header .search-box .search .input-text {
	float: left;
	padding-left: 10%;
	background: none;
}

@media (min-width: 768px) {
	.header .search-box .search .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}

.header .search-box .search .input-submit {
	line-height: 36px;
	float: right;
	width: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	background: none;
}

.header .search-box .search .input-submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	content: '\e651';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
	.header .search-box .search .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}

.header .search-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.header .search-lg .input-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0;
	padding-bottom: 30px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}

.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}

.header .nav-collapse {
	position: absolute;
	z-index: 10;
	top: 16px;
	right: 15px;
	display: none;
	float: right;
	width: 20px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
}

@media (max-width: 350px) {
	.header .nav-collapse {
		right: 10px;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0454b0;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #0454b0;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

@media (max-width: 1199px) {
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 8px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #666 !important;
	}
}

.header .nav-collapse.active {
	right: 20px;
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .top-navbox {
	background-color: #f6f6f6;
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #fafafa;
		background-color: #000;
	}
}

.header .back-btn {
	position: absolute;
	top: 20px;
	left: 15px;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e727';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

.header .nav-2 .nav-top .nav-title a,
.header .nav-3 .nav-top .nav-title a {
	color: #fff;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 18px;
	line-height: 50px;
	margin: 25px 0;
	text-align: left;
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}

@media (max-width: 1199px) {
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		color: #fff;
	}
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 18px;
}

.header .nav-3 .header .fade-out ul {
	text-align: left;
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

@media (min-width: 1200px) {
	.header .nav {
		display: block;
		float: left;
	}
	.header .nav .nav-list1 {
		position: relative;
		margin-left: 100px;
	}
	.header .nav .nav-list1>li {
		float: left;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.header .nav .nav-list1>li>a {
		font-family: 'Butler-Bold';
		font-size: 17px;
		line-height: 100px;
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 20px;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #222;
	}
	.header .nav .nav-list1>li:hover>a {
		text-decoration: underline !important;
	}
	.header .nav .nav-list1>li.active>a {
		text-decoration: underline !important;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100px;
		display: none;
		min-width: 150px;
		padding: 20px 0;
		text-align: left;
		background-color: rgba(255, 255, 255, .95);
		box-shadow: 3px 4px 13px 0 rgba(121, 121, 121, .21);
	}
	.header .nav .nav-list1 .nav-list2>li {
		float: none;
		padding: 0;
		list-style: none;
	}
	.header .nav .nav-list1 .nav-list2>li>a {
		font-size: 14px;
		line-height: 35px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 20px;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #666;
	}
	.header .nav .nav-list1 .nav-list2>li>a:hover {
		-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
		transform: translateX(6px);
		color: #0454b0;
	}
	.header .nav .nav-list1 .nav-list3 li>a {
		font-size: 18px;
		font-weight: normal;
		line-height: 30px;
		padding: 4px 30px;
	}
	.header .nav .nav-list1 .nav-list3 li>a:hover {
		text-decoration: underline !important;
		color: #333;
		background: none;
	}
}

@media (min-width: 1200px) and (max-width: 1469px) {
	.header .nav .nav-list1 {
		margin-left: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 26px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: #000;
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li {
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
	.header .fade-out ul .pic {
		display: none !important;
	}
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		padding: 0;
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 18px;
		line-height: 2.5 !important;
		display: block;
		/*text-transform: uppercase;*/
		text-align: left;
		color: #fff !important;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
	.header .nav-2 .nav-top .nav-title,
	.header .nav-3 .nav-top .nav-title {
		font-size: 20px;
		width: 100%;
	}
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.header.fixed-header {
		background-color: #fff;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	}
	/*.header.fixed-header .logo {
		height: 60px;
		margin-top: 5px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
		line-height: 70px;
	}
	.header.fixed-header .nav .nav-list1 .nav-list2 {
		top: 70px;
	}
	.header.fixed-header .language {
		margin: 13px 30px 0 30px;
	}
	.header.fixed-header .find:before {
		line-height: 70px;
	}
	.header.fixed-header .shopcart .shopcart_icon .cart_total {
		line-height: 70px;
	}
	.header.fixed-header .language_box {
		margin-top: 24px;
	}*/
}


/*footer*/

.footer {
	font-size: 0;
	overflow: hidden;
	background: url(../images/img/foot_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.footer {
		margin-bottom: 50px;
	}
}

.footer .foot {
	padding-top: 145px;
}

@media (max-width: 1199px) {
	.footer .foot {
		padding-top: 110px;
	}
}

@media (max-width: 480px) {
	.footer .foot {
		padding-top: 120px;
	}
}

.footer .foot .email_form .tit {
	text-align: center;
}

.footer .foot .email_form .tit p {
	font-family: 'Butler-Bold';
	font-size: 44px;
	line-height: 1;
	color: #fff;
}

@media (max-width: 1469px) {
	.footer .foot .email_form .tit p {
		font-size: 40px;
	}
}

@media (max-width: 1366px) {
	.footer .foot .email_form .tit p {
		font-size: 36px;
	}
}

@media (max-width: 1199px) {
	.footer .foot .email_form .tit p {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .email_form .tit p {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.footer .foot .email_form .tit p {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.footer .foot .email_form .tit p {
		font-size: 20px;
	}
}

.footer .foot .email_form .form_box {
	position: relative;
	width: 690px;
	height: 52px;
	margin: auto;
	margin-top: 40px;
	border: solid 1px #cfcfcf;
	border-radius: 25px;
}

@media (max-width: 1199px) {
	.footer .foot .email_form .form_box {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.footer .foot .email_form .form_box {
		width: 100%;
		height: 46px;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer .foot .email_form .form_box {
		margin-top: 15px;
	}
}

.footer .foot .email_form .form_box input {
	font-size: 14px;
	line-height: 52px;
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 0 190px 0 26px;
	color: #fff;
	border: none;
	background-color: transparent;
}

@media (max-width: 991px) {
	.footer .foot .email_form .form_box input {
		padding: 0 130px 0 15px;
	}
}

@media (max-width: 767px) {
	.footer .foot .email_form .form_box input {
		line-height: 46px;
		min-height: 46px;
	}
}

.footer .foot .email_form .form_box input::-webkit-input-placeholder,
.footer .foot .email_form .form_box textarea::-webkit-input-placeholder {
	color: #fff;
}

.footer .foot .email_form .form_box input:-o-placeholder,
.footer .foot .email_form .form_box textarea:-o-placeholder {
	color: #fff;
}

.footer .foot .email_form .form_box input::-moz-placeholder,
.footer .foot .email_form .form_box textarea::-moz-placeholder {
	color: #fff;
}

.footer .foot .email_form .form_box input:-ms-input-placeholder,
.footer .foot .email_form .form_box textarea:-ms-input-placeholder {
	color: #fff;
}

.footer .foot .email_form .form_box input:focus::-webkit-input-placeholder,
.footer .foot .email_form .form_box textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.footer .foot .email_form .form_box input:focus::-o-placeholder,
.footer .foot .email_form .form_box textarea:focus::-o-placeholder {
	color: #ccc;
}

.footer .foot .email_form .form_box input:focus::-moz-placeholder,
.footer .foot .email_form .form_box textarea:focus::-moz-placeholder {
	color: #ccc;
}

.footer .foot .email_form .form_box input:focus::-ms-input-placeholder,
.footer .foot .email_form .form_box textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.footer .foot .email_form .form_box button {
	font-size: 16px;
	line-height: 2.5;
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 150px;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #0454b0;
	border-radius: 20px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.footer .foot .email_form .form_box button {
		font-size: 15px;
		line-height: 2.66666667;
		right: 2px;
		width: 120px;
	}
}

@media (max-width: 767px) {
	.footer .foot .email_form .form_box button {
		font-size: 14px;
		line-height: 2.57142857;
		right: 4px;
		width: 110px;
	}
}

.footer .foot .email_form .form_box button:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e947';
	vertical-align: text-top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.footer .foot .email_form .form_box button:before {
		font-size: 18px;
		vertical-align: text-bottom;
	}
}

.footer .foot .email_form .form_box button:hover {
	opacity: .9;
}

.footer .foot .list {
	padding: 90px 0 70px;
}

@media (max-width: 1199px) {
	.footer .foot .list {
		padding: 50px 0 10px;
	}
}

@media (max-width: 991px) {
	.footer .foot .list {
		padding: 35px 0 0 0;
	}
}

.footer .foot .list ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

@media (max-width: 1199px) {
	.footer .foot .list ul {
		display: block;
		overflow: hidden;
		margin: 0 -15px;
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
}

.footer .foot .list ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 1199px) {
	.footer .foot .list ul:after {
		display: none;
	}
}

.footer .foot .list ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

@media (max-width: 1199px) {
	.footer .foot .list ul li {
		display: inline-block;
		width: 50% !important;
		padding: 0 15px 30px 15px;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.footer .foot .list ul li {
		width: 100% !important;
	}
}

.footer .foot .list ul li:first-child {
	width: 390px;
}

.footer .foot .list ul li:nth-child(2) {
	width: 180px;
}

.footer .foot .list ul li:nth-child(3) {
	width: 150px;
}

.footer .foot .list ul li:nth-child(4) {
	width: 210px;
}

.footer .foot .list .item {
	padding-left: 18px;
}

.footer .foot .list .item b {
	font-family: 'Butler-Bold';
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

@media (max-width: 767px) {
	.footer .foot .list .item b {
		font-size: 16px;
		margin-bottom: 6px;
	}
}

.footer .foot .list .item b:before {
	position: absolute;
	top: 50%;
	left: -18px;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
}

.footer .foot .list .item p {
	font-family: 'Chivo-Light';
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	word-break: break-word;
	color: #fff;
}

@media (max-width: 767px) {
	.footer .foot .list .item p {
		font-size: 15px;
	}
}

.footer .foot .list .item p a {
	display: block;
}

.footer .foot .list .item p a:hover {
	text-decoration: underline !important;
}

.footer .copyright {
	padding: 23px 0;
	border-top: 1px solid rgba(238, 238, 238, .07);
}

@media (max-width: 991px) {
	.footer .copyright {
		padding: 20px 0;
	}
}

@media (max-width: 1199px) {
	.footer .copyright .info {
		float: none;
		text-align: center;
	}
}

.footer .copyright .info p {
	font-family: 'Chivo-Light';
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

@media (max-width: 767px) {
	.footer .copyright .info p {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.footer .copyright .info p a {
		display: block;
	}
}

.footer .copyright .info p a:hover {
	text-decoration: underline !important;
}

.footer .copyright .info p .sitemap {
	margin-left: 200px;
	text-decoration: underline !important;
}

@media (max-width: 1469px) {
	.footer .copyright .info p .sitemap {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	.footer .copyright .info p .sitemap {
		margin-top: 5px;
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	.footer .copyright .share {
		float: none;
		margin-top: 15px;
	}
}

.footer .copyright .share ul {
	margin: 0 -10px;
}

@media (max-width: 1199px) {
	.footer .copyright .share ul {
		text-align: center;
	}
}

.footer .copyright .share ul li {
	display: inline-block;
	padding: 0 10px;
}

.footer .copyright .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	color: #fff;
}

.footer .copyright .share ul li a {
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.footer .copyright .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	content: '';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer .copyright .share ul .facebook a:before {
	content: '\e61a';
}

.footer .copyright .share ul .linkedin a:before {
	content: '\e76d';
}

.footer .copyright .share ul .twitter a:before {
	content: '\e76f';
}

.footer .copyright .share ul .instagram a:before {
	content: '\e6b6';
}

.footer .copyright .share ul .youtube a:before {
	font-size: 19px;
	content: '\e765';
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 50px;
	width: 36px;
	height: 36px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .7);
}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e62e';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 25%;
	-webkit-transition: right .3s;
	transition: right .3s;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 100px;
	}
}

.online-wrap .online a {
	line-height: 48px;
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(4, 79, 163, .6);
}

@media (max-width: 1469px) {
	.online-wrap .online a {
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 36px;
		width: 36px;
		height: 36px;
		margin-bottom: 2px;
	}
}

.online-wrap .online a:hover {
	background-color: #044fa3;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	color: #fff;
}

@media (max-width: 767px) {
	.online-wrap .online a:before {
		font-size: 18px;
	}
}

.online-wrap .online .icon-skype:before {
	content: '\e751';
}

.online-wrap .online .icon-whatsapp:before {
	content: '\e97b';
}

.online-wrap .online .icon-email:before {
	content: '\e7df';
}

.online-wrap .online .icon-tel:before {
	content: '\e632';
}

.online-wrap .online .icon-arrow-top:before {
	font-size: 28px;
	content: '\e662';
}

@media (max-width: 767px) {
	.online-wrap .online .icon-arrow-top:before {
		font-size: 20px;
	}
}

.online-wrap .online .icon-wechat:before {
	content: '\e603';
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 120px;
	height: 120px;
	padding-left: 5px;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask .mask-box img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}

.online-wrap .active {
	right: 0;
}


/*bottom_nav*/

.bottom_nav {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
	padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
	padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
	background-color: #333;
}

@media (max-width: 991px) {
	.bottom_nav {
		display: block;
	}
}

.bottom_nav ul {
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.bottom_nav ul li {
	float: left;
	width: 20%;
	border-right: 1px solid #221408;
	border-left: 1px solid #4f4c4a;
}

.bottom_nav ul li a {
	font-size: 13px;
	display: block;
	padding: 4px 0;
}

.bottom_nav ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: block;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bottom_nav ul li:first-child {
	border-left: none;
}

.bottom_nav ul li:last-child {
	border-right: none;
}

.bottom_nav ul .foot_tel>a:before {
	content: '\e6be';
}

.bottom_nav ul .foot_email>a:before {
	content: '\e617';
}

.bottom_nav ul .foot_prod>a:before {
	content: '\e60b';
}

.bottom_nav ul .foot_whatsapp>a:before {
	content: '\e933';
}

.bottom_nav ul .foot_cont>a:before {
	content: '\e61e';
}


/*0*/

.ii {
	font-family: 'iconfont';
	font-size: 20px;
	display: block;
	content: '\e727';
	text-align: center;
}

.news_wrap .list .item .pic .img-box img,
.product_wrap .prod_range .right .prod_lists .item .pic .img-box img,
.index_photo .list .slick_photo .item .img-box img,
.index_vv .vv_box .video .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news_wrap .list .item:hover .pic .img-box img,
.product_wrap .prod_range .right .prod_lists .item:hover .pic .img-box img,
.index_photo .list .slick_photo .item:hover .img-box img,
.index_vv .vv_box:hover .video .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}